home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / ContactType.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  302b

  1. {
  2.     "schema": {
  3.         "ContactTypeId": "Long Integer",
  4.         "ContactType": "Text (30) NOT NULL",
  5.         "Hide": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "ContactTypeId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "ContactTypeId": 2,
  14.             "ContactType": "Customer",
  15.             "Hide": 0
  16.         },
  17.         {
  18.             "ContactTypeId": 3,
  19.             "ContactType": "Employee",
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "ContactTypeId": 4,
  24.             "ContactType": "Vendor",
  25.             "Hide": 0
  26.         }
  27.     ]
  28. }